-
Notifications
You must be signed in to change notification settings - Fork 61
Added the react-native-background-sync project to demos #813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
Is there a way to get some initial data on the client? AFAIK since it's using anonymous sign in, nothing's being synced down by default. Edit: Got some creds with data, seems to work 👍 |
LucDeCaf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is super neat, thanks for this 🙌
|
Minor notes:
|
…Sync, Expo, and Supabase
Added the react-native-background-sync project to demos. This project showcases how to use Expo's BackgroundTask API to connect to PowerSync, allowing the local SQLite database to stay in sync with the source database when the mobile app is backgrounded.